Pass native output directories of dependencies
authorAlex Crichton <alex@alexcrichton.com>
Thu, 28 Aug 2014 20:47:25 +0000 (13:47 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 3 Sep 2014 00:33:50 +0000 (17:33 -0700)
commit086f2ae1abf60d96037a37c26e90cba71d7a13d4
tree0bbb7fc37fb324599883700fbfe79cbc6868cb92
parent70446f9e45c37a1b18126769f135c173a2b54e55
Pass native output directories of dependencies

This is often useful for picking up things like headers files from `*-sys`
packages when they had to compile locally (or perhaps for pkg-config).

Closes #449
src/cargo/ops/cargo_rustc/mod.rs
src/doc/source/native-build.md
tests/test_cargo_compile.rs